projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b519004
)
(map-y-or-n-p): Mention RET, `q' in the help text.
author
Dave Love
<fx@gnu.org>
Mon, 14 Sep 1998 17:14:40 +0000
(17:14 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 14 Sep 1998 17:14:40 +0000
(17:14 +0000)
lisp/map-ynp.el
patch
|
blob
|
history
diff --git
a/lisp/map-ynp.el
b/lisp/map-ynp.el
index ce50e98c6c892ce1fce8b24be2ad1eb0bef5f892..d773cb79ab77e3a7aa1d7831fc35347a963d4e7a 100644
(file)
--- a/
lisp/map-ynp.el
+++ b/
lisp/map-ynp.el
@@
-195,9
+195,11
@@
Returns the number of actions taken."
(concat
(format "Type SPC or `y' to %s the current %s;
DEL or `n' to skip the current %s;
+RET or `q' to exit (skip all remaining %s);
! to %s all remaining %s;
ESC or `q' to exit;\n"
- action object object action objects)
+ action object object objects action
+ objects)
(mapconcat (function
(lambda (elt)
(format "%c to %s"